home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 24
/
Amiga Format AFCD24 (Feb 1998, Issue 108).iso
/
-in_the_mag-
/
emulation
/
amiga
/
muirexx3.0
/
demos
/
muirexxdir
/
lhaextract.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-01-20
|
391b
|
24 lines
/*
Code: lhaextract.rexx
Author: Russell Leighton
Revision: 11 Jan 1996
Comments: This script is used to extract lha archive contents.
*/
options results
parse arg portname' 'name' 'ddir
address command 'lha > nil: x 'name ddir
address VALUE portname
group ID DIR REGISTER
ndir = result
check ID ICN||(3-ndir)
dirlist ID DIR||(3-ndir) REREAD result
window ID LHA CLOSE